home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / XAAES.CNF < prev    next >
Encoding:
Text File  |  1996-10-15  |  1.3 KB  |  41 lines

  1. # XaAES Startup Configuration file (xaaes.cnf)
  2. # (w)1995, by Craig Graham.
  3. #--------------------------------------------------------------
  4. #
  5. # '#' is a comment line.
  6. # Commands are not case sensitive (although paths may be,
  7. #  depending on your filesystem).
  8. # Generally the syntax of this is supposed to be the same as
  9. # Atari's GEM.CNF file (although not all of it is relevant).
  10. # If a command isn't understood, it gets ignored...
  11. #
  12. # COMMANDS:
  13. #  run <program> <parameters....>     Launch a GEM program
  14. #  debug <file/device>                Set destination for debugging output
  15. #  clipboard <directory>              Set location of clipboard (default=c:\clipbrd)
  16. #  accpath <directory>                Set location of accessories (default=c:\)
  17. #--------------------------------------------------------------
  18. #
  19. # Set the default clipboard path
  20. clipboard c:\clipbrd\
  21. # Set the accessory search path
  22. accpath c:\clipbrd\
  23. #
  24. # Launch toswin to handle TOS programs for me
  25. #run u:\c\multitos\toswin_w.app
  26. #
  27. # Launch the desktop
  28. run u:\c\thing\thing.app
  29. #run u:\f\temp\thinbeta\thing.app
  30. # Launch the app bar
  31. #run contrib\bar\bar.app
  32. # Run some other stuff
  33. #
  34. # Set Debugging to go to serial port
  35. #debug u:\dev\ttyb
  36. debug u:\temp\log\xaaes.log
  37. #
  38. # Set Debugging to go to \dev\null
  39. #debug u:\dev\null
  40. #
  41.